Problem Note 33479: The unrelated_transfers_header.sas program generates an error when the name of an alert table exceeds 32 characters
If the name of an alert table is longer than 32 characters, an error occurs when you execute the following unrelated_transfers_header.sas program:
%include "!AMLROOT/scenario/codegen/unrelated_transfers_header.sas";
An error similar to the following occurs, where YYYYMMDD represents the date on which
the program was run:
23570 +/* Append results to final alert file */
23571 +proc append data=&alert_fname
23572 + base=&alert_fname_final FORCE;
ERROR: Invalid data set name STG_ALER.UNRELATED_TRANSFERS_ALERTSYYYYMMDD.
23573 +run;
To correct the issue, shorten the value
unrelated_transfers_alerts in the
FSK_HEADER.alert_table_name column as shown below:
unrelated_transfers_alerts
unrelated_trnsfrs_alerts
The resolved table name, including the appended date, will be 32 characters in length.
Operating System and Release Information
SAS System | SAS Anti-Money Laundering | Microsoft® Windows® for 64-Bit Itanium-based Systems | 2.2.1 | 4.1 | 9.1 TS1M3 SP4 | 9.2 TS2M0 |
Microsoft Windows Server 2003 Datacenter 64-bit Edition | 2.2.1 | 4.1 | 9.1 TS1M3 SP4 | 9.2 TS2M0 |
Microsoft Windows Server 2003 Enterprise 64-bit Edition | 2.2.1 | 4.1 | 9.1 TS1M3 SP4 | 9.2 TS2M0 |
Microsoft Windows XP 64-bit Edition | 2.2.1 | 4.1 | 9.1 TS1M3 SP4 | 9.2 TS2M0 |
Microsoft® Windows® for x64 | 2.2.1 | 4.1 | 9.1 TS1M3 SP4 | 9.2 TS2M0 |
Microsoft Windows 2000 Advanced Server | 2.2.1 | | 9.1 TS1M3 SP4 | |
Microsoft Windows 2000 Datacenter Server | 2.2.1 | | 9.1 TS1M3 SP4 | |
Microsoft Windows 2000 Server | 2.2.1 | | 9.1 TS1M3 SP4 | |
Microsoft Windows 2000 Professional | 2.2.1 | | 9.1 TS1M3 SP4 | |
Microsoft Windows NT Workstation | 2.2.1 | | 9.1 TS1M3 SP4 | |
Microsoft Windows Server 2003 Datacenter Edition | 2.2.1 | 4.1 | 9.1 TS1M3 SP4 | 9.2 TS2M0 |
Microsoft Windows Server 2003 Enterprise Edition | 2.2.1 | 4.1 | 9.1 TS1M3 SP4 | 9.2 TS2M0 |
Microsoft Windows Server 2003 Standard Edition | 2.2.1 | 4.1 | 9.1 TS1M3 SP4 | 9.2 TS2M0 |
Microsoft Windows XP Professional | 2.2.1 | 4.1 | 9.1 TS1M3 SP4 | 9.2 TS2M0 |
Windows Vista | 2.2.1 | 4.1 | 9.1 TS1M3 SP4 | 9.2 TS2M0 |
64-bit Enabled AIX | 2.2.1 | 4.1 | 9.1 TS1M3 SP4 | 9.2 TS2M3 |
64-bit Enabled HP-UX | 2.2.1 | 4.1 | 9.1 TS1M3 SP4 | 9.2 TS2M3 |
64-bit Enabled Solaris | 2.2.1 | 4.1 | 9.1 TS1M3 SP4 | 9.2 TS2M3 |
HP-UX IPF | 2.2.1 | 4.1 | 9.1 TS1M3 SP4 | 9.2 TS2M3 |
Linux | 2.2.1 | 4.1 | 9.1 TS1M3 SP4 | 9.2 TS2M3 |
Solaris for x64 | 2.2.1 | 4.1 | 9.1 TS1M3 SP4 | 9.2 TS2M3 |
*
For software releases that are not yet generally available, the Fixed
Release is the software release in which the problem is planned to be
fixed.
"ERROR: Invalid data set name STG_ALER.UNRELATED_TRANSFERS_ALERTSYYYYMMDD."
Type: | Problem Note |
Priority: | low |
Date Modified: | 2008-10-24 10:07:55 |
Date Created: | 2008-09-30 15:42:44 |